projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80dd4a1
)
AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()
author
Jan Beulich
<jbeulich@suse.com>
Mon, 19 Nov 2012 14:15:12 +0000
(15:15 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 19 Nov 2012 14:15:12 +0000
(15:15 +0100)
Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/passthrough/amd/iommu_intr.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/amd/iommu_intr.c
b/xen/drivers/passthrough/amd/iommu_intr.c
index 26a9d7ea9d559622f5d4af2ef22060daabeea1bc..7d1dc6a7b4c563c9ac744126c2f23f3341d80eac 100644
(file)
--- a/
xen/drivers/passthrough/amd/iommu_intr.c
+++ b/
xen/drivers/passthrough/amd/iommu_intr.c
@@
-263,7
+263,7
@@
void amd_iommu_ioapic_update_ire(
}
static void update_intremap_entry_from_msi_msg(
- struct amd_iommu *iommu, u
8
bdf,
+ struct amd_iommu *iommu, u
16
bdf,
struct msi_desc *msi_desc, struct msi_msg *msg)
{
unsigned long flags;